.blogpara{
    width: 100%;
    color: var(--Text-Secondary);
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: 400;
}
.NumberdList{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 32px;
}
.points{
    width: 100%;
    color: var(--Text-Secondary);
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: 400;
    list-style: decimal;
    list-style-position: outside;
}
